home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1997 #4
/
Amiga Plus Extra 1997 #4.iso
/
pd
/
grafik
/
video easel
/
camrexx
/
hpp-gas.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-06-09
|
223b
|
13 lines
/* HPP-Gas by an idea of Toffoli, in CAMRexx by THOR */
MakeAlgorithm:
PLANEALGORITHM margolus hvcenters
return
MakePlane:
if center=opp & cw=ccw & center~=cw then
SETPLANE cw
else SETPLANE opp
return